CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Android AIDL

搜索资源列表

  1. AIDL

    0下载:
  2. android中操作电话界面的接口,可以控制来电界面和自动接听和自动拒绝-android phone interface, the interface to operate, can control the interface and automatically answer calls and automatically rejected
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:70329
    • 提供者:阿里山
  1. AIDL-simple2

    0下载:
  2. android AIDL 例子 简单易懂-android AIDL
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:108738
    • 提供者:jilinmo
  1. Android-IPC-AND-AIDL

    0下载:
  2. 介绍Android的IPC及AIDL的资料,是繁体字的,不过可以看明白的-The IPC introduces Android and AIDL the information is complex characters, but can see to understand
  3. 所属分类:android

    • 发布日期:2017-03-22
    • 文件大小:246342
    • 提供者:whj
  1. sources

    0下载:
  2. android 2.2 源码,包括SDK-android 2.2 source
  3. 所属分类:android

    • 发布日期:2017-05-15
    • 文件大小:3610634
    • 提供者:李平
  1. AIDL

    0下载:
  2. android关于进程间通信的源码,希望对大家有用-android source of inter-process communication, I hope useful
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:65918
    • 提供者:杨凡超
  1. aidl

    0下载:
  2. android aidl service
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:61596
    • 提供者:seven
  1. android-process-precoding

    0下载:
  2. IPC调用的AIDL的具体说明! 它本质上是Server端和Client端都具有相同的AIDL文件,要位于相同的包下,即package的包名药一样,然后才能正确的通过proxy访问,否 则client与server的aidl文件处于不同package会出错的。-IPC calls AIDL specific instructions! It is essentially a Server side and Client-side have the same AIDL file, t
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:3908
    • 提供者:Tony Zhang
  1. AIDL

    0下载:
  2. android程序跨继承访问例子,包含服务端和客户端-The android procedures cross-inherited access examples, including services and client
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:70427
    • 提供者:guokai
  1. TestAidl

    0下载:
  2. android中的aidl使用,会弹出一个toast,包括aidl文件,实现service的服务端及客户端调用,很详细,对学习aidl和service的人很有帮助,很完整-android aidl use, will pop up a toast aidl file service server and client calls, very detailed, very helpful for learning aidl and service people, very complete
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:167862
    • 提供者:yuyanmei
  1. aidl-Cross-process-calls

    0下载:
  2. 这两天在学习aidl跨进程调用,研究了一天终于写出了个helloword……开发aidl跨进程调用,主要分以下步骤:   1.创建.aidl文件-该文件(YourInterface.aidl)定义了客户端可用的方法和数据的接口。   2.在makefile文件中加入.aidl文件-(Eclipse中的ADT插件提供管理功能)Android包括名为AIDL的编译器,位于tools/文件夹。   3.实现接口-AIDL编译器从AIDL接口文件中利用Java语言创建接口,该接口有一个
  3. 所属分类:Java Develop

    • 发布日期:2017-11-05
    • 文件大小:119900
    • 提供者:hpudn9
  1. aidl

    0下载:
  2. 关于android的IPC通讯AIDL的实例源码,解压即可使用,包含server和client两个工程。-IPC communication AIDL android source code examples, extract can be used, including server and client works.
  3. 所属分类:android

    • 发布日期:2017-11-17
    • 文件大小:95614
    • 提供者:梁杰凯
  1. aidlandroidsrc

    0下载:
  2. Android aidl跨进程调用源码例子+详解-Android AIDL- cross A process call source code examples+ Detailed
  3. 所属分类:android

    • 发布日期:2017-11-22
    • 文件大小:128434
    • 提供者:yan
  1. AidlDemo

    0下载:
  2. 讲述了Android中用到的aidl通讯机制 例子-About Android aidl communication mechanisms used in examples
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:177877
    • 提供者:刘永雷
  1. aidl

    0下载:
  2. android内部进程通信接口的描述语言-Android Interface definition language
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2625
    • 提供者:sdfg
  1. aidl_example

    0下载:
  2. android AIDL 源码例子。高质量,保证可以运行,包括服务端和客户端。一个android客户端调用服务端方法的例子。-android AIDL source code examples. Quality, including server and client. An android client calls the server-side method example.
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2525925
    • 提供者:刘鑫生
  1. AIDLExample

    0下载:
  2. Android AIDL 进程间通信示例-Android AIDL example
  3. 所属分类:android

    • 发布日期:2017-04-30
    • 文件大小:360834
    • 提供者:laoyang
  1. Android-aidl-Demo

    0下载:
  2. aidl 使用详解 aidl 使用详解 aidl 使用详解 -aidl Sample Demo,aidl Sample Demo,aidl Sample Demo,aidl Sample Demo,aidl Sample Demo,
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1027426
    • 提供者:fanchen
  1. radioservice_aidl

    0下载:
  2. Android AIDL programming for Radio Java Service
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2148
    • 提供者:Vaaiib
  1. PinyinIME源码

    0下载:
  2. 本功能只是一个安卓的源码,但是还没发用,正在调试中(This a demo about android IME, but aidl is lost, now i am finding it.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:3410944
    • 提供者:龙da
  1. BinderSample-master

    0下载:
  2. binder原理的实践代码,包括Framework, AIDL, C++多方面的实战案例代码(The sample code of binder)
  3. 所属分类:android开发

    • 发布日期:2018-05-02
    • 文件大小:286720
    • 提供者:袁大
« 12 »
搜珍网 www.dssz.com